Microsoft DirectX 8.1 (C++)

IScheduleEntriesEvents::ItemRemoved

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Guide Store will call the ItemRemoved callback method when a ScheduleEntry object is removed from a ScheduleEntries collection obtained by using IGuideStore::get_ScheduleEntries.

Syntax

HRESULT ItemRemoved(
  IScheduleEntry*  pschedentry
);

Parameters

pschedentry

[in]  Specifies the IScheduleEntry interface of the ScheduleEntry object that has been removed.

Return Values

Return values are implemented by the application. If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

The dispatch identifier (dispid) of this method is didItemRemoved.

See Also